Micron Document
welo git mirrors

Node / public / reticulum / commits / 90174fc

Commit 90174fcc28c8a35f807b6b37a82bfd0499a83170


Parents : c18ebed
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-12-09T17:02:13+01:00

Cleanup

Changes

1 files changed, 0 insertions(+), 3 deletions(-)


Diff

diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py
index e8a69cc5e..c5bc27e7a 100644
--- a/RNS/Interfaces/AutoInterface.py
+++ b/RNS/Interfaces/AutoInterface.py
@@ -56,9 +56,6 @@ class AutoInterface(Interface):
self.ignored_interfaces = []
else:
self.ignored_interfaces = ignored_interfaces
- RNS.log("aifs_arg: "+str(allowed_interfaces))
- RNS.log("iifs_arg: "+str(ignored_interfaces))
- RNS.log("Ignored ifs: "+str(self.ignored_interfaces))
if group_id == None:
self.group_id = AutoInterface.DEFAULT_GROUP_ID

Served by rngit 1.5.1 - Generated in 0.08s